home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 29 / CDT29.iso / e-Mail / WorldClient Pro 2.2.3 / wcsetup.exe / ADMIN.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-09-14  |  800 b   |  56 lines

  1. BODY  {
  2.     background-color : White;
  3.     font-family : Arial;
  4.     font-size : 10pt;
  5.     color : Black;
  6. }
  7.  
  8. TD, P, DIV, A  {
  9.     font-family : Arial;
  10.     font-size : 10pt;
  11.     color : Black;
  12. }
  13.  
  14. .HeaderBar  {
  15.     background-color : #4561B3;
  16.     text-align : left;
  17.     color : White;
  18. }
  19.  
  20. .Header  {
  21.     background-color : #4561B3;
  22.     text-align : center;
  23.     color : White;
  24. }
  25.  
  26. .Data  {
  27.     background-color : #C0C0C0;
  28.     text-align : center;
  29.     color : black;
  30. }
  31.  
  32. .DataLeft  {
  33.     background-color : #C0C0C0;
  34.     text-align : left;
  35.     color : black;
  36. }
  37.  
  38. .StatusMesg  {
  39.     font-weight : bold;
  40.     text-align : center;
  41.     font-size : 18pt;
  42. }
  43.  
  44. .Menu  {
  45.     background-color : #4561B3;
  46.     font-family : Arial;
  47.     font-size : 8pt;
  48.     color : #4561B3;
  49. }
  50.  
  51. .Menu A  {
  52.     font-family : Arial;
  53.     font-size : 8pt;
  54.     color : #4561B3;
  55. }
  56.